环境搭建与项目初始化 安装Node.js 18.x+与最新版Yeoman npm install -g yo generator-code 通过nvm管理多版本Node环境时,建议使用 nvm use --lts...